tools/security: Adjust secpol_tool.c for change to xc_interface_open
authorDaniel Kiper <dkiper@net-space.pl>
Thu, 27 Jan 2011 19:51:47 +0000 (19:51 +0000)
committerDaniel Kiper <dkiper@net-space.pl>
Thu, 27 Jan 2011 19:51:47 +0000 (19:51 +0000)
commitef698bba61b7907b8373f18869ddbaa13b41eef0
tree217f977dd3775204e16ddeab90d5d9b649760775
parentabf1efa40dc02ce61f2d3dc446f527fa3efd427b
tools/security: Adjust secpol_tool.c for change to xc_interface_open

xc_interface_open() was called with improper number of arguments. It
is fixed by this patch.

This appears to have been missed by 21483:779c0ef9682c. The interface
change also included the return type (int->xc_interface *) but that
was already covered in 21483.

Acked-by: Ian Campbell <ian.campbell@citrix.com>
Signed-off-by: Daniel Kiper <dkiper@net-space.pl>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/security/secpol_tool.c